home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness: Critical Thinking Skills
/
Workplace Effectiveness: Critical Thinking Skills.iso
/
pc
/
Files
/
Patterns.dxr
/
00022_clicking on grey screen.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
265 b
|
11 lines
global gExtendData, coinSp, responseSp, greyScreenSp, gSection
on mouseDown
if gSection = #example then
go("example selection")
else
setPuppetState([responseSp, coinSp, greyScreenSp], #d, 0)
setBlanks(gExtendData, EMPTY, EMPTY, EMPTY)
end if
end